PreviousNextTracker indexSee it online !

(280/330) 1697 - Exception in Console in response to nodeselected.

I don't know how it happens, it seems related with PV plugin but the PV dockable is not open when it happens:

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1958)
at console.Console.handleNodeSelected(Console.java:800)
at console.Console.handleMessage(Console.java:333)
at org.gjt.sp.jedit.EditBus.dispatch(EditBus.java:246)
at org.gjt.sp.jedit.EditBus.sendImpl(EditBus.java:281)
at org.gjt.sp.jedit.EditBus.access$200(EditBus.java:87)
at org.gjt.sp.jedit.EditBus$SendMessage.run(EditBus.java:461)
at org.gjt.sp.jedit.EditBus.send(EditBus.java:206)
at org.gjt.sp.jedit.browser.VFSDirectoryEntryTable$MainMouseHandler.mouseClicked(VFSDirectoryEntryTable.java:604)

Submitted kpouer - 2013-02-18 13:09:40 Assigned ezust
Priority 5 Labels
Status pending Group None
Resolution fixed

Comments

2013-02-18 18:34:56
ezust

Looks like a bug in Console, not SshConsole. Try rev 22798 and see if you still get it.
You're using Windows?

2013-02-18 18:34:56
ezust

- **summary**: Exception in SshConsole --> Exception in Console in response to nodeselected.

2013-02-18 18:35:50
ezust

- **status**: open --> pending-fixed

2013-02-18 18:36:11
ezust

- **assigned_to**: nobody --> ezust